home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / XText / XTScroller.h < prev    next >
Encoding:
Text File  |  1992-04-14  |  620 b   |  25 lines

  1. /*    This file is part of the XText package (version 0.8)
  2.     Mike Dixon, April 1992
  3.     
  4.     Copyright (c) 1992 Xerox Corporation.  All rights reserved.
  5.  
  6.     Use and copying of this software and preparation of derivative works based
  7.     upon this software are permitted.  This software is made available AS IS,
  8.     and Xerox Corporation makes no warranty about the software or its
  9.     performance.
  10. */
  11.  
  12. #import <appkit/ScrollView.h>
  13.  
  14. /*    An XTScroller is a ScrollView that automatically installs an XText as
  15.     its subview and does all the appropriate setup.
  16. */
  17.  
  18. @interface XTScroller:ScrollView
  19. {
  20. }
  21.  
  22. - initFrame:(const NXRect *)frameRect;
  23.  
  24. @end
  25.